home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2002 January / january_2002.iso / Piposh Special / Piposh / QUES.DXR / 00145.ls < prev    next >
Encoding:
Text File  |  2004-12-06  |  279 b   |  12 lines

  1. on mouseUp
  2.   global soundspath, whosnow, cards
  3.   if (item 5 of cards <> 1) or (item 6 of cards <> 1) then
  4.     sound playFile 1, soundspath & "350"
  5.     repeat with i = 60 to 65
  6.       sprite(i).visible = 0
  7.     end repeat
  8.     sprite(65).visible = 1
  9.     whosnow = "poz"
  10.   end if
  11. end
  12.